home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / Freev00 / _SETUP.1 / Freeview.exe / 0 / RCDATA / TPICTS_FRM / TPICTS_FRM.txt < prev   
Encoding:
Text File  |  1997-06-04  |  3.7 KB  |  156 lines

  1. object Picts_Frm: TPicts_Frm
  2.   Left = 209
  3.   Top = 161
  4.   Width = 484
  5.   Height = 379
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Thumbnail View Window'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = [fsBold]
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   PrintScale = poNone
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnDblClick = FormDblClick
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 317
  24.     Width = 476
  25.     Height = 35
  26.     Align = alBottom
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 200
  30.       Top = 5
  31.       Width = 15
  32.       Height = 12
  33.       Caption = '-'
  34.       Font.Color = clBlack
  35.       Font.Height = -9
  36.       Font.Name = 'Arial'
  37.       Font.Style = []
  38.       ParentFont = False
  39.     end
  40.     object PrintBtn: TSpeedButton
  41.       Left = 86
  42.       Top = 5
  43.       Width = 25
  44.       Height = 25
  45.       Hint = 'Copy to Clipboard'
  46.       Glyph.Data = {
  47.         76010000424D7601000000000000760000002800000020000000100000000100
  48.         04000000000000010000130B0000130B00000000000000000000000000000000
  49.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  50.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  51.         FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  52.         FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  53.         007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  54.         7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  55.         99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  56.         99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  57.         99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  58.         93337FFFF7737777733300000033333333337777773333333333}
  59.       NumGlyphs = 2
  60.       OnClick = PrintBtnClick
  61.     end
  62.     object Led1: TBSLed
  63.       Left = 122
  64.       Top = 9
  65.       Width = 16
  66.       Height = 16
  67.       Hint = 'Thumbnail view valid.'
  68.       BackColor = clBlack
  69.       BorderWidth = 0
  70.       LightOn = True
  71.     end
  72.     object LoadBtn: TBitBtn
  73.       Left = 5
  74.       Top = 7
  75.       Width = 64
  76.       Height = 22
  77.       Caption = 'Load'
  78.       TabOrder = 0
  79.       Visible = False
  80.       OnClick = FormDblClick
  81.       Kind = bkOK
  82.     end
  83.     object CancelBtn: TBitBtn
  84.       Left = 6
  85.       Top = 7
  86.       Width = 71
  87.       Height = 22
  88.       Hint = 'Cancel loading thumbnails.'
  89.       Enabled = False
  90.       TabOrder = 1
  91.       OnClick = CancelBtnClick
  92.       Kind = bkCancel
  93.     end
  94.     object ProgressBar1: TProgressBar
  95.       Left = 200
  96.       Top = 22
  97.       Width = 265
  98.       Height = 9
  99.       Hint = 'Progress of thumbnail page drawing.'
  100.       Min = 0
  101.       Max = 100
  102.       TabOrder = 2
  103.     end
  104.     object SpinEdit1: TSpinEdit
  105.       Left = 150
  106.       Top = 6
  107.       Width = 42
  108.       Height = 23
  109.       Hint = 'Set size of thumbnail (pixels).'
  110.       Increment = 5
  111.       MaxValue = 100
  112.       MinValue = 30
  113.       TabOrder = 3
  114.       Value = 30
  115.       OnChange = SpinEdit1Change
  116.     end
  117.   end
  118.   object ScrollBox1: TScrollBox
  119.     Left = 0
  120.     Top = 33
  121.     Width = 476
  122.     Height = 284
  123.     HorzScrollBar.Visible = False
  124.     Align = alClient
  125.     TabOrder = 1
  126.     object Image2: TImage
  127.       Left = 0
  128.       Top = 0
  129.       Width = 472
  130.       Height = 500
  131.       Align = alTop
  132.       OnMouseDown = Image2MouseDown
  133.     end
  134.   end
  135.   object Panel2: TPanel
  136.     Left = 0
  137.     Top = 0
  138.     Width = 476
  139.     Height = 33
  140.     Align = alTop
  141.     TabOrder = 2
  142.     object TabControl1: TTabControl
  143.       Left = 1
  144.       Top = 2
  145.       Width = 474
  146.       Height = 30
  147.       Hint = 'Select thumbnail page.'
  148.       Align = alBottom
  149.       TabOrder = 0
  150.       TabWidth = 25
  151.       OnChange = TabControl1Change
  152.       OnChanging = TabControl1Changing
  153.     end
  154.   end
  155. end
  156.